LT Function

Syntax

Output_String as C = lt(C string )

Arguments

Output_String

A lower case version of the Input_String.

string

The text to process.

Description

Converts a string to lower case and trims trailing/leading blanks.

Discussion

The LT() function changes all upper case changes in string to lower case.

Example

? lt("This IS the Time")
= "this is the time"

See Also